home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 January / Disc 3 / Amethyst.iso / winsetup / rlsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-07-02  |  4.8 KB  |  57 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Lycoris Desktop/LX
  4. AppVerName=Lycoris Desktop/LX Personal Edition (Amethyst)
  5. AppId=Lycoris Desktop/LX
  6. CreateAppDir=no
  7. OutputBaseFilename=rlsetupnew
  8. Compression=zip
  9. Uninstallable=no
  10. PrivilegesRequired=none
  11. ExtraDiskSpaceRequired=716800
  12. DisableProgramGroupPage=yes
  13. InfoBeforeFile=embedded\InfoBefore.rtf
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16. [Files]
  17. Source: "{sd}\RLin9x\stdins.bat"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  18. ; Source: "{sd}\RLin9x\,1"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  19. ; Source: "{sd}\RLin9x\,2"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  20. ; Source: "{sd}\RLin9x\,3"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  21. ; Source: "{sd}\RLin9x\,4"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  22. ; Source: "{sd}\RLin9x\,5"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  23. ; Source: "{sd}\RLin9x\,6"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  24. ; Source: "{sd}\RLin9x\,7"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  25. ; Source: "{sd}\RLin9x\,8"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  26. ; Source: "{sd}\RLin9x\,9"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  27. ; Source: "{sd}\RLin9x\,10"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  28. ; Source: "{sd}\RLin9x\,11"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  29. ; Source: "{sd}\RLin9x\,12"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  30. Source: "{sd}\RLin9x\rundos.exe"; DestDir: "{sd}\RLin9x"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  31. Source: "{win}\TEMP\makebat.bat"; DestDir: "{win}\TEMP"; Components: cleanup; Flags: deleteafterinstall 
  32. Source: "{win}\TEMP\commands.txt"; DestDir: "{win}\TEMP"; Components: cleanup; Flags: deleteafterinstall 
  33. ; Source: "{win}\TEMP\,1"; DestDir: "{win}\TEMP"; Components: disk-manager; Flags: deleteafterinstall 
  34. ; Source: "{win}\TEMP\,2"; DestDir: "{win}\TEMP"; Components: disk-manager; Flags: deleteafterinstall 
  35. ; Source: "{win}\TEMP\,3"; DestDir: "{win}\TEMP"; Components: disk-manager; Flags: deleteafterinstall 
  36. Source: "{win}\_DEFAULT.PIF"; DestDir: "{win}"; Components: cleanup,dos_setup; MinVersion: 4.0.950,0.0; 
  37. [Dirs]
  38. Name: "{sd}\RLin9x"; 
  39. Name: "{win}\TEMP"; 
  40. [Registry]
  41. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\RunOnce"; ValueName: "RedmondLinuxCleanup"; ValueType: String; ValueData: "{win}\TEMP\CLEANUP.BAT"; Components: cleanup; 
  42. [Run]
  43. Filename: "{win}\TEMP\makebat.bat"; Parameters: "{sd}"; WorkingDir: "{win}\TEMP"; Description: "Writes uninstall information"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  44. Filename: "{win}\TEMP\INSTALL.EXE"; WorkingDir: "{win}\TEMP"; StatusMsg: "Creating Installation Floppy Disk 1."; Description: "Creates Installation Floppy 1"; Components: disk-manager; 
  45. Filename: "{win}\TEMP\PCMCIA.EXE"; WorkingDir: "{win}\TEMP"; StatusMsg: "Creating Installation Floppy Disk 2."; Description: "Creates Installation Floppy 2"; Components: disk-manager; 
  46. Filename: "{win}\TEMP\SCSI.EXE"; WorkingDir: "{win}\TEMP"; StatusMsg: "Creating Installation Floppy Disk 3."; Description: "Creates Installation Floppy 3"; Components: disk-manager; 
  47. Filename: "{sd}\RLin9x\stdins.bat"; WorkingDir: "{sd}\RLin9x\"; Description: "Continue installing Lycoris Desktop/LX"; Components: dos_setup; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; Flags: postinstall 
  48. [Components]
  49. Name: "disk-manager"; Description: "Disk Manager floppy disk writer"; Types: "floppy"; 
  50. Name: "dos_setup"; Description: "DOS-based installation files"; Types: "ms-dos"; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  51. Name: "cleanup"; Description: "Clean-up applications"; Types: "ms-dos"; 
  52. Name: "cd"; Description: "CD-ROM based setup"; Types: "cd-rom"; 
  53. [Types]
  54. Name: "cd-rom"; Description: "Start Setup from the CD-ROM"; 
  55. Name: "ms-dos"; Description: "Start Setup from MS-DOS Mode"; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.9.3000,0.0; 
  56. Name: "floppy"; Description: "Start Setup from Floppy Disks"; 
  57.